QuickOPC User's Guide and Reference
OPC Observables
Extensions > Layered Extensions for .NET > StreamInsight Extensions > StreamInsight Extensions Fundamentals > Creating OPC Event Sources > OPC Observables

The StreamInsight Extensions for QuickOPC provide OPC event sources in form of OPC observables, i.e. .NET reactive object with  IObservable interface. In order to simplify creation of these OPC event sources, static classes with various overloads of Create method are provided:

For more information and details on the OPC Observables, see the appropriate chapters (separately for OPC-DA, OPC-A&E, and OPC-UA) in the Reactive Programming Model section of this document.

See Also